[KYUUBI #6250] Drop support for Spark 3.1#6273
Closed
liuxiaocs7 wants to merge 6 commits intoapache:masterfrom
Closed
[KYUUBI #6250] Drop support for Spark 3.1#6273liuxiaocs7 wants to merge 6 commits intoapache:masterfrom
liuxiaocs7 wants to merge 6 commits intoapache:masterfrom
Conversation
Member
|
thanks for making this PR, I noticed there are some places missed, you can search codebase in |
pan3793
reviewed
Apr 7, 2024
.../kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/sql/kyuubi/SparkDatasetHelper.scala
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6273 +/- ##
============================================
+ Coverage 58.37% 58.46% +0.09%
Complexity 24 24
============================================
Files 651 651
Lines 39560 39550 -10
Branches 5447 5449 +2
============================================
+ Hits 23092 23123 +31
+ Misses 13982 13948 -34
+ Partials 2486 2479 -7 ☔ View full report in Codecov by Sentry. |
pan3793
reviewed
Apr 8, 2024
...k-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/operation/FetchOrcStatement.scala
Outdated
Show resolved
Hide resolved
pan3793
reviewed
Apr 8, 2024
.../kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/sql/kyuubi/SparkDatasetHelper.scala
Outdated
Show resolved
Hide resolved
…ark/sql/kyuubi/SparkDatasetHelper.scala
Member
|
LGTM if CI pass |
Member
|
Thanks, merged to master |
4 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔍 Description
Issue References 🔗
This pull request fixes #6250
Describe Your Solution 🔧
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Types of changes 🔖
Test Plan 🧪
Pass CI
Checklist 📝
Be nice. Be informative.